home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / janken / janken.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  318 b   |  12 lines

  1. on exitFrame
  2.   global clicksp
  3.   puppetSprite(21, 1)
  4.   set cname to item 1 of the name of cast the castNum of sprite clicksp
  5.   set the castNum of sprite 21 to the number of cast (cname & ".MOV")
  6.   updateStage()
  7.   puppetSound(0)
  8.   set the volume of sprite 21 to 255
  9.   set the movieRate of sprite 21 to 1
  10.   cursor(0)
  11. end
  12.